Searched refs:_ip (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.sbin/lpr/lpd/
H A Dextern.h45 int msearch(char *_str, struct termios *_ip);
/freebsd-10.1-release/sys/dev/sfxge/common/
H A Defx_rx.c217 #define EFX_RX_TOEPLITZ_IPV4_HASH(_enp, _insert, _ip, _tcp) \
224 (_ip) ? 1 : 0); \
234 #define EFX_RX_TOEPLITZ_IPV6_HASH(_enp, _ip, _tcp, _rc) \
239 (_rc) = ((_ip) || (_tcp)) ? ENOTSUP : 0; \
247 FRF_CZ_RX_RSS_IPV6_IP_THASH_ENABLE, (_ip) ? 1 : 0); \
/freebsd-10.1-release/etc/rc.d/
H A Djail123 eval _ip=\"\$jail_${_j}_ip\"
124 if [ -z "$_ip" ] && ! check_kern_features vimage; then
166 if [ -n "$_ip" ]; then
168 jail_handle_ips_option $_ip $_interface
257 # The second argument is the string from one of the _ip
/freebsd-10.1-release/lib/libutil/
H A Dlibutil.h124 int realhostname(char *_host, size_t _hsize, const struct in_addr *_ip);

Completed in 112 milliseconds