Home
last modified time | relevance | path

Searched refs:from_len (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/util/
H A Dvacation.c574 size_t line_len, from_len; local
579 from_len = strlen(from);
625 if (from_len <= line_len)
633 if (strncasecmp(&from[from_len - line_len],
635 (from[from_len - line_len -1] == '@' ||
636 from[from_len - line_len -1] == '.')) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c564 socklen_t from_len; in wait_icmp_reply() local
572 from_len = sizeof (v4_from); in wait_icmp_reply()
574 (struct sockaddr *)&v4_from, &from_len)) < 0) { in wait_icmp_reply()
591 from_len = sizeof (struct sockaddr_in6); in wait_icmp_reply()
593 (struct sockaddr *)&v6_from, &from_len)) < 0) { in wait_icmp_reply()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c203 socklen_t from_len; in brpc_call() local
363 from_len = sizeof (struct sockaddr_in); in brpc_call()
366 &from_len)) > 0 || errors < RPC_ALLOWABLE_ERRORS) { in brpc_call()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_mover.c2209 int from_len; in accept_connection() local
2211 from_len = sizeof (from); in accept_connection()
2213 &from_len); in accept_connection()
4053 int from_len; in accept_connection_v3() local
4056 from_len = sizeof (from); in accept_connection_v3()
4058 &from_len); in accept_connection_v3()
H A Dndmpd_data.c1253 int from_len; in data_accept_connection_v3() local
1256 from_len = sizeof (from); in data_accept_connection_v3()
1258 &from_len); in data_accept_connection_v3()